Skip to content

Timeout implementation #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 29, 2021
Merged

Timeout implementation #72

merged 14 commits into from
Sep 29, 2021

Conversation

FranckTala
Copy link
Contributor

Added delay timer property in re-assemble action.

@FranckTala FranckTala assigned A3a3e1 and jhorbulyk and unassigned A3a3e1 Aug 31, 2021
Copy link
Contributor

@jhorbulyk jhorbulyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't review fully but it looks like component.json changes are missing as well as application of style rules.

@jhorbulyk
Copy link
Contributor

My biggest question: #72 (comment)
But it does look like there should be changes in package.json that aren't present in this PR.

}

async function processAction(msg, cfg) {
const { mode } = cfg;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const { mode } = cfg;
const { mode = 'groupSize'} = cfg;

One last change: We should default to having the mode be set to group size in order to ensure backwards compatibility.

@A3a3e1 A3a3e1 mentioned this pull request Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants